RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1ApplicationBarToggleButton<T> Class / UnCheckedValue Property

In This Topic
    UnCheckedValue Property (C1ApplicationBarToggleButton<T>)
    In This Topic
    Gets the value to set when the toggle is unchecked.
    Syntax
    'Declaration
     
    Protected MustOverride ReadOnly Property UnCheckedValue As T
    protected abstract T UnCheckedValue {get;}

    Property Value

    The un checked value.
    See Also